
.baner_1 {
	padding: 100px 0;
	background: #ed383a;
}
.baner_2 {
	padding: 100px 0;
	background: #fdd500;
}
.baner_text {
  font-size: 2em;
  font-weight: 600;
  color: aliceblue;
  width: auto;
  margin: auto;
  text-align: center;
}
.baner_3 {
  padding: 100px 0;
  background-image: linear-gradient(white, white,red);
}
.baner_4 {
	padding: 100px 0;
	background-image: linear-gradient(white, white,#039);
}

.text_simple_2 {
    color: var(--deep_dark);
    font-weight: 600;
    padding: 0 10px;
}
.kugo_bn {
	height: 390px;
	margin: auto;
	display: block;
	width: auto;
}

@media only screen and (min-device-width: 1200px) {
.baner_1 {
	padding: 100px 0;
	background: #ed383a;
}
.kugo_bn {
	height: 390px;
	margin-left: 15px;
	position: absolute;
	width: auto;
}
.baner_2 {
	padding: 100px 0;
	background: #fdd500;
}
.text_simple_2 {
	color: var(--deep_dark);
	font-weight: 600;
	z-index: 5;
	position: relative;
}

.baner_text {
  font-size: 2em;
  font-weight: 600;
  color: aliceblue;
  width: 600px;
  margin: auto;
  text-align: center;
}
}
